projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5757807
)
* nsfont.m (ns_spec_to_descriptor): Do not autorelease fdesc.
author
Jan D.
<jan.h.d@swipnet.se>
Thu, 22 Dec 2011 13:58:40 +0000
(14:58 +0100)
committer
Jan D.
<jan.h.d@swipnet.se>
Thu, 22 Dec 2011 13:58:40 +0000
(14:58 +0100)
src/ChangeLog
patch
|
blob
|
history
src/nsfont.m
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 82dd01d5f4c541c9da01d3668a4b607eb5797db7..f8b006ee7e4d29b4106af202f9bbd21ca302d680 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2011-12-22 Jan Djärv <jan.h.d@swipnet.se>
+
+ * nsfont.m (ns_spec_to_descriptor): Do not autorelease fdesc.
+
2011-12-21 Jan Djärv <jan.h.d@swipnet.se>
* nsterm.m (x_free_frame_resources): Release
diff --git
a/src/nsfont.m
b/src/nsfont.m
index 080af447b0af24d70b2f870fecbd3e6d79f55250..eb57f5e595392ded57530c8c539bd3f41a0052bd 100644
(file)
--- a/
src/nsfont.m
+++ b/
src/nsfont.m
@@
-155,7
+155,6
@@
ns_spec_to_descriptor (Lisp_Object font_spec)
if (family != nil)
{
fdesc = [fdesc fontDescriptorWithFamily: family];
- [fdesc autorelease];
}
[fdAttrs release];